home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils sync / JetSync 1.0 / jetsync-1.0.exe / jetsync-1.0 / src / proc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-27  |  170 b   |  13 lines

  1. #ifndef __PROC_H__
  2. #define __PROC_H__
  3.  
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7. #include <dirent.h>
  8. #include <unistd.h>
  9.  
  10. int check_processes();
  11.  
  12. #endif
  13.